home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / include2 / proto / dos.h next >
Encoding:
C/C++ Source or Header  |  2000-06-25  |  411 b   |  26 lines

  1. #ifndef _PROTO_DOS_H
  2. #define _PROTO_DOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_DOS_PROTOS_H
  8. #include <clib/dos_protos.h>
  9. #endif
  10.  
  11. #ifdef __GNUC__
  12. #include <inline/dos.h>
  13. #elif defined(__VBCC__)
  14. #ifndef __PPC__
  15. #include <inline/dos_protos.h>
  16. #endif
  17. #else
  18. #include <pragma/dos_lib.h>
  19. #endif
  20.  
  21. #ifndef __NOLIBBASE__
  22. extern struct DosLibrary *DOSBase;
  23. #endif
  24.  
  25. #endif    /*  _PROTO_DOS_H  */
  26.